Skip to main content

Performance Tuning

Improve site speed and stability by combining good application practices with the performance tools available in your hosting environment.

Caching

  • Use page or application caching where supported by your stack.
  • Set sensible browser caching for images, CSS, JavaScript, and fonts.
  • Avoid caching dynamic content such as cart, checkout, or account-specific pages unless the application is designed for it.

Monitoring

  • Review traffic, storage, and resource usage from the hosting panel.
  • Watch for spikes after plugin updates, imports, or traffic campaigns.
  • Adjust PHP or application settings if the site consistently reaches service limits.

Tips

  • Compress and resize images before publishing.
  • Use a CDN for static assets when appropriate.
  • Clear cache after major theme, plugin, or layout changes.